inherited SccOpDialog: TSccOpDialog Left = 476 Top = 548 BorderStyle = bsSizeable Caption = '%' ClientHeight = 249 ClientWidth = 497 Constraints.MinHeight = 139 Constraints.MinWidth = 441 OnClose = FormClose OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object CommentLbl: TUiLabel Left = 8 Top = 8 Height = 13 Caption = 'Comments:' FocusControl = CommentEdit end object CommentEdit: TUiMemo Left = 8 Top = 21 Width = 481 Height = 188 Anchors = [akLeft, akTop, akRight, akBottom] TabOrder = 0 end object BottomPanel: TUiPanel Left = 0 Top = 209 Width = 497 Height = 40 Align = alBottom BevelOuter = bvNone TabOrder = 1 SizeGripper = True DesignSize = ( 497 40) object KeepCheckedOutEdit: TUiCheckBox Left = 8 Top = 7 Height = 17 Caption = '&Keep files checked out' TabOrder = 0 end object OkBtn: TUiButton Left = 255 Top = 9 Anchors = [akTop, akRight] Caption = '%' Default = True ModalResult = 1 TabOrder = 1 AutoSize = asRight end object CancelBtn: TUiButton Left = 335 Top = 9 Anchors = [akTop, akRight] Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 AutoSize = asRight end object AdvancedBtn: TUiButton Left = 415 Top = 9 Width = 74 Anchors = [akTop, akRight] Caption = '&Advanced...' TabOrder = 3 OnClick = AdvancedClick AutoSize = asRight end end end